projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c50ef2
)
* lisp/calc/calc-forms.el (math-date-to-iso-dt): Fix typo.
author
Jay Belanger
<jay.p.belanger@gmail.com>
Mon, 3 Dec 2012 01:05:08 +0000
(19:05 -0600)
committer
Jay Belanger
<jay.p.belanger@gmail.com>
Mon, 3 Dec 2012 01:05:08 +0000
(19:05 -0600)
lisp/calc/calc-forms.el
patch
|
blob
|
history
diff --git
a/lisp/calc/calc-forms.el
b/lisp/calc/calc-forms.el
index 0b63968ada1d4b95e8b8bf6594aa35b9584de441..197bc6acee564bda191a79a96cde156542d99eb9 100644
(file)
--- a/
lisp/calc/calc-forms.el
+++ b/
lisp/calc/calc-forms.el
@@
-471,7
+471,7
@@
in the Gregorian calendar and the remaining part determines the time."
(list
year
(math-add (car (math-idivmod
- (math-sub date (math-
iso-dt-to-absolute
year 1 1))
+ (math-sub date (math-
absolute-from-iso-dt
year 1 1))
7))
1)
(cdr (math-idivmod date 7)))))